CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 连续 优化

搜索资源列表

  1. YCArray

    0下载:
  2. /** * 动态数组的模板类 * 1.支持字符索引 * 2.方便的添加删除修改任意一项 * 最后更新 2004-8-9 yzh **1.优化了字符索引的运作方式,使用数组存储 **2.重写了底层数据的存储,将连续性的存储方式改为了非连续, *** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速 * 用法如: * YCArray<int,int> test * test.Add(\"Number2\",4) * test.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:5101
    • 提供者:叶振华
  1. TI 54x fft

    0下载:
  2. DSP编程代码,FFT算法,经典!! FFT实验 一、 理论: 公式(1)FFT运算公式 FFT并不是一种新的变换,它是离散傅立叶变换(DFT)的一种快速算法。由于我们在计算DFT时一次复数乘法需用四次实数乘法和二次实数加法;一次复数加法则需二次实数加法。每运算一个X(k)需要4N次复数乘法及2N+2(N-1)=2(2N-1)次实数加法。所以整个DFT运算总共需要4N^2次实数乘法和N*2(2N-1)=2N(2N-1)次实数加法。如此一来,计算时乘法次数和加法次数都是和
  3. 所属分类:DSP编程

    • 发布日期:2008-10-13
    • 文件大小:439370
    • 提供者:徐克
  1. sgatsp

    0下载:
  2. 遗传算法可求组合优化与连续优化的最优解,这里提供遗传算法算法一个组合优化的例-Combination of genetic algorithm optimization and rectifiable continuous optimization of the optimal solution, which offers a combination of genetic algorithm optimization algorithm example
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4937
    • 提供者:孙军成
  1. CS_Based_PR_CW_Radar

    0下载:
  2. 基于压缩感知的伪随机多相码连续波雷达,为了提高目标信息提取的有效性,采用模拟退火算法对波形进行优化。仿真结果表明了该方法的优越性。-To improve the effectiveness of targets information extraction, the waveform is optimized using Simulated Annealing (SA) algorithm.Simulation results demonstrate the merits of the prop
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:331694
    • 提供者:dsadsa
  1. Ant-colony-

    0下载:
  2. 连续优化问题如(Schaffer函数)的蚁群算法源码和图像-Continuous optimization problems such as (Schaffer the function) ant colony algorithm source code and images
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:155636
    • 提供者:liuyu
  1. 类电磁机制算法

    0下载:
  2. 用于求解连续优化问题的类电磁机制算法,该算法最早由Birbil教授提出
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-08
    • 文件大小:16853
    • 提供者:missthank111
  1. EM

    0下载:
  2. 用于求解带盒状约束的连续优化问题的类电磁机制算法(Electromagentism-like Mechanism Algorithm, EM),该算法最早由Erasmus University的Birbil S. Ilker等人提出,是一种非常新颖且有效的智能算法。-The code realizes Electromagentism-like Mechanism Algorithm which is for solving continuous optimization problem wit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:16853
    • 提供者:yxl
  1. YH

    1下载:
  2. 车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。-Workshop layout optimization model containing is a complicated nonlinear optimization model in a row, you can use the genetic algorithm optimization.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2144
    • 提供者:张飞
  1. evaluation

    0下载:
  2. 2012年cvpr上面的一篇论文的研究结果,实现的是多目标跟踪的离散连续优化。-2012 cvpr paper above findings, the realization of the multi-target tracking discrete continuous optimization.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-07
    • 文件大小:351930
    • 提供者:master
  1. contracking-v1.0

    0下载:
  2. 2012年的一篇关于多目标跟踪的离散连续优化的论文的相关程序,此程序是论文源程序的前一个版本,用来和论文中的程序进行对比。-2012 article on multi-target tracking discrete continuous optimization of papers related program, this program is a previous version of the source papers, and papers used in the program we
  3. 所属分类:Special Effects

    • 发布日期:2017-05-21
    • 文件大小:6655671
    • 提供者:master
  1. dctracking-v1.0

    0下载:
  2. 2012年的一篇关于多目标跟踪的离散连续优化的论文的源程序,不过运行结果和论文的实验结果有点出入,主要是论文中的程序作者进行了修改。-2012 article on multi-target tracking discrete continuous optimization of the papers of the source, but the results and the paper is quite different from the experimental results, mai
  3. 所属分类:Special Effects

    • 发布日期:2017-06-08
    • 文件大小:15479290
    • 提供者:master
  1. PSOstandard

    0下载:
  2. 标准粒子群优化算法1,采用MATLAB编写,本算法简单,易于实现,可调参数少,是非线性连续优化问题、组合优化问题-The standard particle swarm optimization algorithm 1,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2702
    • 提供者:张亿
  1. matlabcodebnb20-bnbgui20-16Nov2001

    0下载:
  2. 离散连续优化整合matlab程序,可以同时处理包含离散和连续变量的优化问题-combined discrete and continuous optimization
  3. 所属分类:matlab

    • 发布日期:2017-12-15
    • 文件大小:159744
    • 提供者:Yuanzhuo Ma
  1. GA

    0下载:
  2. 运用GA算法开展连续优化问题,是一种常用的智能优化算法(Using GA algorithm to carry out continuous optimization problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:2048
    • 提供者:victory-hao
  1. 车间

    0下载:
  2. 车间布局优化是将加工设备、物料输送设备、工作单元和通道走廊等布置物体合理地放置在一个有限的生产车间内的过程。车间布局优化模型是一个含有较为复杂约束的非线性连续优化模型,可以使用遗传算法进行优化。(Workshop layout optimization is the process of processing equipment, material conveying equipment, work unit and corridor and so on, and arranging the o
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:高岭之花
  1. BETA_linprog

    3下载:
  2. 解决考虑载荷不确定性的连续体结构拓扑优化问题(Solving the problem of topology optimization considering the uncertainty of load)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:2048
    • 提供者:lrqpzmg
  1. 44640894

    0下载:
  2. 为了用蚁群算法来解决连续优化问题, 该算法将函数优化问题中生成解的过程转化为蚁群每前进一步就 选择一个十进制数字并以此()
  3. 所属分类:图形图象

    • 发布日期:2018-01-06
    • 文件大小:175104
    • 提供者:oxv%25252D7518
  1. top

    0下载:
  2. 实现了二维结构的拓扑优化设计,并且对程序的每一步进行了详细的解释和说明,对于拓扑优化的初学者来说,很有帮助(The topology optimization design of two-dimensional structure is realized, and every step of the program is explained and explained in detail, which is very helpful for beginners of topology optim
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:4210688
    • 提供者:良仔儿
  1. 谱修正与CPM

    1下载:
  2. 通过伪随机序列进行频率调制,并对相位连续性进行优化。调制信号的自相关函数可以通过谱修正进行旁瓣抑制(Frequency modulation is performed by pseudo-random sequence and phase continuity is optimized. The autocorrelation function of modulation signals can be sidelobe suppressed by spectral correction)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-06
    • 文件大小:48128
    • 提供者:neversayHi
  1. MMC188

    3下载:
  2. 基于MMC显式拓扑方法实现连续体结构拓扑刚度最大化优化(topology optimization based on MMC method)
  3. 所属分类:其他

    • 发布日期:2021-02-04
    • 文件大小:2048
    • 提供者:文献23
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com